# (decoded with TMPL 13671) /*----------*/ void DoClear (void); void DoClear () { if (cur->text != nil) { TEDelete (cur->text); } } /*DoClear*/